{% extends 'unfold/layouts/skeleton.html' %} {% load admin_list i18n unfold static %} {% block extrastyle %}{{ block.super }} {% endblock %} {% block base %}
{% if not is_popup and is_nav_sidebar_enabled %}{% block nav-sidebar %}{% include "admin/nav_sidebar.html" %}{% endblock %}{% endif %}
{% block header %}{% include "unfold/helpers/header.html" %}{% endblock %} {% block messages %}
{% include "unfold/helpers/messages.html" %}
{% endblock messages %}
{% if cl %}{% tab_list "changelist" cl.opts %}{% elif opts %}{% tab_list "changeform" opts %}{% endif %} {% block content %}{% block object-tools %}{% endblock %}{{ content }}{% endblock %} {% block sidebar %}{% endblock %}
{% block footer %}{% include "admin/includes/k4w_footer.html" %}{% endblock %}
{% endblock %}